Philippe Guillot Apps

Pépé le compiler 1.11
Pépé le compiler is a Standard Pascal compilerfor the Android platform, that runs directly on the handheld. Evenoffline, Pépé generates true native ARM executable code fromstandard Pascal source program.Console applications can be generated on board, provided the deviceruns with an ARM processor.The application includes a basic editor, an inline ARM assemblerand a disassembler for the generated executables.This compiler has first been developed for the PalmOS platform,generating on board true 68 000 native code. The name of thisapplication was PP for « Palm Pascal », to be pronounced« Pépé » with the french accent.When Palm devices migrated to the ARM processor, a new version ofthis compiler, generating true ARM native code was developed.Pépé le compiler is the successor of these two compilers, and thename suggests that it still allows to program Pascal in the palm ofthe hand.The project is open source https://github.com/k33g/pp.The documentation "Pépé le manual" is available in the downloadsection at http://www.ppcompiler.org/?lng=enAnd voilà.
Modular calculator 1.3
This calculator performs modular arithmeticcomputation. It can compute sum, difference, product, quotient,power and square root modulo any number up to 15 decimaldigits.Once the modulus number is introduced, all the operation areperformed modulo this number.